Intersoft ClientUI Documentation
Hide(IList<UXPopup>) Method



Close all popup except this specified popup.
Hide all popup.
Syntax
Public Overloads Shared Sub Hide( _
   ByVal except As IList(Of UXPopup) _
) 
Dim except As IList(Of UXPopup)
 
UXPopupManager.Hide(except)
public static void Hide( 
   IList<UXPopup> except
)
public:
static void Hide( 
   IList<UXPopup^>^ except
) 

Parameters

except
Close all popup except this specified popup.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXPopupManager Class
UXPopupManager Members
Overload List

Send Feedback